home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / water_ba.swf / scripts / DefineSprite_225 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-21  |  291 b   |  16 lines

  1. boy.onEnterFrame = function()
  2. {
  3.    this.blinker(30);
  4.    this.wobbler1(6,-20,5,10,5,10);
  5. };
  6. girl.onEnterFrame = function()
  7. {
  8.    this.blinker(30);
  9.    this.wobbler1(7,-22,6,10,5,10);
  10. };
  11. bear.onEnterFrame = function()
  12. {
  13.    this.blinker(30);
  14.    this.wobbler1(6,-20,7,30,80,10);
  15. };
  16.